home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010921-20020314 / 000058_fdc@watsun.cc.columbia.edu_Sun Oct 21 15:41:34 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  4KB  |  90 lines

  1. Article: 12870 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.unix.bsd.freebsd.misc,alt.solaris.x86,alt.sys.pdp10,comp.protocols.kermit.misc
  5. Subject: Re: RetroComputing memerobilia (and keyboards)
  6. Date: 21 Oct 2001 19:33:20 GMT
  7. Organization: Columbia University
  8. Lines: 73
  9. Message-ID: <9qv7u0$6at$1@newsmaster.cc.columbia.edu>
  10. References: <9acc2ac1.0110180103.6720230b@posting.google.com> <GLIAnz.7IE@wjv.com> <3BD1CFD8.A0F55F87@skynet.be> <GLJ80E.AFF@wjv.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1003692800 6493 128.59.39.2 (21 Oct 2001 19:33:20 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 21 Oct 2001 19:33:20 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.unix.bsd.freebsd.misc:182314 alt.solaris.x86:59890 alt.sys.pdp10:18349 comp.protocols.kermit.misc:12870
  16.  
  17. In article <GLJ80E.AFF@wjv.com>, Bill Vermillion <bv@wjv.com> wrote:
  18. : In article <3BD1CFD8.A0F55F87@skynet.be>, atle  <trollet@skynet.be> wrote:
  19. : >Bill Vermillion wrote:
  20. : >I still use a model 3000 keyboard.
  21. : Had one until a cat peed on it.  I now have some old IBM units -
  22. : the kind that are so heavy you can take them into battle.  Great feel.
  23. I agree -- the late lamented IBM 101 keyboard was absolutely the best.
  24. Except the Ctrl and Esc keys are in the wrong place.  Of course, each OS
  25. and/or app and/or environment (e.g. X) has (or doesn't) its own unique way
  26. of letting you remap the keys, but this gets old after 10-15 years, and
  27. especially in my case, where I have a PC with hard-disk tray where I can
  28. boot about 30 different OS's.  So begins the hunt for the perfect keyboard.
  29. I've tried the following:
  30.  
  31.  . The "Happy Hacking" keyboard.  It's not IBM-like at all.  The layout
  32.    is totally goofy, the touch is mooshy, etc.  But Ctrl is in the right
  33.    place, and it's very compact (like the original Mac keyboard).  I've
  34.    only looked at the original model; now they have others.  Oh yeah and
  35.    I think it has a (physical) switch for selected whether Backspace
  36.    sends BS or DEL.
  37.    http://www.pfuca.com/products/hhkb/hhkbindex.html
  38.  
  39.  . The Avant keyboard is terrific -- hefty, solid, just like IBM, great
  40.    touch, maybe even better than IBM if that is possible, and
  41.    programmable so you can map the keys IN THE KEYBOARD ITSELF without
  42.    the OS knowing a thing about it.  But it has a fatal flaw for touch-
  43.    typists: they changed the Enter key to be L-shaped, and moved the |\
  44.    key away someplace where you can never find it.
  45.    http://www.cvtinc.com/kybdfeatures.htm
  46.  
  47.  . The Unicomp Customizer "Linux 2" model.  Not programmable, but has
  48.    Ctrl and Caps Lock swapped, as well as Esc and ~/grave.  That's about
  49.    as good as you can get since there is no spot to put ~/grave on the
  50.    main keypad without sacrificing something else.  Heft, touch, etc,
  51.    are also very IBM like (note, they don't list the Linux 2 model; you
  52.    have to ask for it).  They also have programmable models but I
  53.    haven't looked at them.
  54.    http://www.pckeyboard.com
  55.  
  56. Obviously all this is very much a matter of taste.
  57.  
  58. : Just for kicks - here are a couple of lines from the code. It's on
  59. : this machine as I was archiving from old floppies onto CD and just
  60. : haven't cleaned up that directory.
  61. : /* version to handle IBM <xon> & half duplex */
  62. : /*
  63. :  *  K e r m i t  File Transfer Utility
  64. :  *
  65. :  *  UNIX Kermit, Columbia University, 1981, 1982, 1983
  66. :  *    Bill Catchings, Bob Cattani, Chris Maio, Frank da Cruz, Alan Crosswell
  67. :  *  Also:   Jim Guyton, Rand Corporation
  68. :  *          Walter Underwood, Ford Aerospace
  69. :  
  70. : There are some long-gone names there.  It is 1303 lines as
  71. : the wc flies.
  72. Compared to 273145 in my working copy of C-Kermit 8.0:
  73.  
  74.   http://www.columbia.edu/kermit/ck80.html
  75.  
  76. The old story -- software keeps growing as it ages; people want more
  77. features etc.  Then eventually somebody says whoa!  It's too big!  I want
  78. it to be small and simple like it was in the early days (but faster and
  79. better, etc):
  80.  
  81. Don't say we don't listen:
  82.  
  83.   http://www.columbia.edu/kermit/gkermit.html
  84.  
  85. - Frank
  86.